﻿2026-06-17T00:57:32.2875496Z ##[group]Run actions/checkout@v5
2026-06-17T00:57:32.2875753Z with:
2026-06-17T00:57:32.2876121Z   repository: SaberMage/spt-shell-notify
2026-06-17T00:57:32.2876363Z   path: .adapter-notify
2026-06-17T00:57:32.2878623Z   token: ***
2026-06-17T00:57:32.2878795Z   ssh-strict: true
2026-06-17T00:57:32.2879044Z   ssh-user: git
2026-06-17T00:57:32.2879224Z   persist-credentials: true
2026-06-17T00:57:32.2879439Z   clean: true
2026-06-17T00:57:32.2879629Z   sparse-checkout-cone-mode: true
2026-06-17T00:57:32.2879848Z   fetch-depth: 1
2026-06-17T00:57:32.2880024Z   fetch-tags: false
2026-06-17T00:57:32.2880217Z   show-progress: true
2026-06-17T00:57:32.2880399Z   lfs: false
2026-06-17T00:57:32.2880560Z   submodules: false
2026-06-17T00:57:32.2880737Z   set-safe-directory: true
2026-06-17T00:57:32.2880932Z env:
2026-06-17T00:57:32.2881099Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-17T00:57:32.2881319Z ##[endgroup]
2026-06-17T00:57:32.4541092Z Syncing repository: SaberMage/spt-shell-notify
2026-06-17T00:57:32.4541612Z ##[group]Getting Git version info
2026-06-17T00:57:32.4541984Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-17T00:57:32.4551402Z [command]/usr/bin/git version
2026-06-17T00:57:32.4602993Z git version 2.43.0
2026-06-17T00:57:32.4618839Z ##[endgroup]
2026-06-17T00:57:32.4629256Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2770bc3a-788c-46d5-a5cd-2a61a631e902' before making global git config changes
2026-06-17T00:57:32.4630291Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T00:57:32.4632259Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-17T00:57:32.4662666Z ##[group]Initializing the repository
2026-06-17T00:57:32.4665705Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-17T00:57:32.4693298Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-17T00:57:32.4693994Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-17T00:57:32.4694642Z hint: of your new repositories, which will suppress this warning, call:
2026-06-17T00:57:32.4695144Z hint: 
2026-06-17T00:57:32.4695482Z hint: 	git config --global init.defaultBranch <name>
2026-06-17T00:57:32.4695897Z hint: 
2026-06-17T00:57:32.4696277Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-17T00:57:32.4696923Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-17T00:57:32.4697419Z hint: 
2026-06-17T00:57:32.4697673Z hint: 	git branch -m <name>
2026-06-17T00:57:32.4698530Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-17T00:57:32.4705211Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-17T00:57:32.4728288Z ##[endgroup]
2026-06-17T00:57:32.4728752Z ##[group]Disabling automatic garbage collection
2026-06-17T00:57:32.4730777Z [command]/usr/bin/git config --local gc.auto 0
2026-06-17T00:57:32.4753539Z ##[endgroup]
2026-06-17T00:57:32.4753979Z ##[group]Setting up auth
2026-06-17T00:57:32.4758233Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-17T00:57:32.4780546Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-17T00:57:32.5021453Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T00:57:32.5046791Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-17T00:57:32.5239369Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T00:57:32.5265715Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-17T00:57:32.5455049Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-17T00:57:32.5484675Z ##[endgroup]
2026-06-17T00:57:32.5485076Z ##[group]Determining the default branch
2026-06-17T00:57:32.5488301Z Retrieving the default branch name
2026-06-17T00:57:32.9473049Z Default branch 'main'
2026-06-17T00:57:32.9473860Z ##[endgroup]
2026-06-17T00:57:32.9474332Z ##[group]Fetching the repository
2026-06-17T00:57:32.9478404Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-17T00:57:33.5691847Z From https://github.com/SaberMage/spt-shell-notify
2026-06-17T00:57:33.5692242Z  * [new branch]      main       -> origin/main
2026-06-17T00:57:33.5708095Z ##[endgroup]
2026-06-17T00:57:33.5708522Z ##[group]Determining the checkout info
2026-06-17T00:57:33.5710529Z ##[endgroup]
2026-06-17T00:57:33.5714066Z [command]/usr/bin/git sparse-checkout disable
2026-06-17T00:57:33.5750116Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-17T00:57:33.5773353Z ##[group]Checking out the ref
2026-06-17T00:57:33.5775868Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-17T00:57:33.5810439Z Switched to a new branch 'main'
2026-06-17T00:57:33.5810937Z branch 'main' set up to track 'origin/main'.
2026-06-17T00:57:33.5814721Z ##[endgroup]
2026-06-17T00:57:33.5844357Z [command]/usr/bin/git log -1 --format=%H
2026-06-17T00:57:33.5864441Z ee2d37eadc730c0019e0af82d683074c509634a2
